ocr: TIFF50 Typc =SHORTOr LONG N =I Thc number of rows per: strip. The image data is organized into strips for fast access toi individual rows when the data is compressed though this fieldi is valid even if the data is nol compressed. RowsPerstrip and ImageLength together tcll us the number of strips in the entire image. The equation is StripsPerlmage = (ImageLength + RowsPerStrip 1)/ RowsPerStrip, assuming integer arithmctic. Note that either SHORT or LONG values can be used to specify RowsPerStrip. SHORT values may be used for small TIFF files. It should be noted, however, that earlier TIFF: spec ...